CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
# ...but the bare 'Makefile' rule above matches at any depth, and COPR's srpm
# entry point is .copr/Makefile. Without this it never gets committed and the
# COPR build fails looking for it.
!.copr/Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
*.tar
build
*.swp
*.out
*.profraw
*.profdata
.vscode
.idea
.cache
cmake-build-debug
/build-*

# Generated by tools/scripts/gen-debian-changelog.sh from debian/changelog.in (snapshot stanza prepended)
/debian/changelog

# Local-only investigation artefacts at repo root (crash backtraces, log captures,
# scratch script dirs from RE work). Root-anchored so fixtures elsewhere are safe.
/gdb.txt
/log.txt
/scripts_scene/

# Local Claude Code project instructions — kept out of git (per repo decision).
/CLAUDE.md
